Provide 'menu-bar.
authorRichard M. Stallman <rms@gnu.org>
Thu, 13 May 1993 03:34:18 +0000 (03:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 13 May 1993 03:34:18 +0000 (03:34 +0000)
lisp/menu-bar.el

index 5785a6cc4aedea57899b136fcc7d1971d9bd2420..126fb5bb7fcd6c371002c8623bffbc552d0da592 100644 (file)
@@ -206,4 +206,6 @@ and selects that window."
     (setq default-frame-alist
          (cons '(menu-bar-lines . 1) default-frame-alist)))
 
+(provide 'menu-bar)
+
 ;;; menu-bar.el ends here